home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / primgad / s3partic.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  956 b   |  42 lines

  1.  
  2. // JavaScript wrapper for s3partic.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_PARTICLETOOLGADGET_H = 1;
  7. include("real/primgad/s3primgd.js")
  8.  
  9.  
  10. var R3CLID_PARTICLETOOLGADGET = 1420;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3PATGCA_ParticlePainterIaCl = 1420503;
  19. function SetR3PATGCA_ParticlePainterIaCl(value) {
  20.   R3Set(this.r3obj, R3PATGCA_ParticlePainterIaCl, value, R3TID_INTEGER, 0); 
  21. }
  22.  
  23. function GetR3PATGCA_ParticlePainterIaCl() {
  24.   return R3Get(this.r3obj, R3PATGCA_ParticlePainterIaCl, R3TID_INTEGER, 0); 
  25. }
  26.  
  27.  
  28.  
  29. function r3Particletoolgadget () { 
  30.    this.base = r3God;
  31.    if(arguments.length) {
  32.       this.base(R3CLID_PARTICLETOOLGADGET, arguments);
  33.    }
  34.    // Methods
  35.  
  36.    // Attributes
  37.    this.GetParticlePainterIaCl=GetR3PATGCA_ParticlePainterIaCl;
  38.    this.SetParticlePainterIaCl=SetR3PATGCA_ParticlePainterIaCl;
  39. }
  40.  
  41. r3Particletoolgadget.prototype=new r3Primtoolgadget;
  42. // s3partic.h_H